The base class for all technology category classes.
The following tables list the members exposed by the TechnologyBase type.
Protected Constructors
Name | Description | |
---|---|---|
TechnologyBase | Overloaded. |
Public Properties (see also Protected Properties)
Name | Description | |
---|---|---|
AbbreviatedTitle | Gets a string containing the abbreviated title for the technology. | |
Description | Gets a string containing the description for the technology. | |
Id | Gets a string containing the Id for the technology. The string should be a short, fixed, non-localizable string. | |
Registrar | Registrar for technologies. Maintains collection of registered technologies, backed by a config file. | |
Title | Gets a string containing the title for the technology. |
Protected Properties
Name | Description | |
---|---|---|
ResourceManager | Resource Manager. |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
Add | Adds the technology information to the registrar. | |
Compare | Performs a comparison of two objects of the same type and returns a value indicating whether one object is less than, equal to, or greater than the other. | |
CompareTo | Overloaded. | |
Contains | Checks whether the technology exists in the registrar. | |
Equals | Overloaded. | |
Find | Gets the technology object with the specified id, returns null if the technology object does not exist. | |
Get | Gets the technology object with the specified id, returns null if the technology object does not exist. | |
GetHashCode | Overridden. Returns a unique identifier for this instance. | |
GetType | (inherited from Object) | |
Equality | Compares two objects to determine whether they are equal. | |
GreaterThan | Compares two objects to determine whether the first is greater than the second. | |
Inequality | Compares two objects to determine whether they are not equal. | |
LessThan | Compares two object to determine whether the first is less than the second. | |
Remove | Removes a technology from the registrar. | |
ToString | (inherited from Object) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
GetLocalizedString | Looks up the localized name of the specified field. | |
MemberwiseClone | (inherited from Object) |